@charset "utf-8";
.new-head{display: none;}
@media (max-width:1080px) {
	.new-head{display: block;}
	.old-head{display: none;}
	.header-nav li h3{float: unset;display: flex;align-items: center;justify-content: space-between;}
	.header-nav li h3 a{width: 80%;float: unset;text-align: left;}
	.header-nav li h4{float: unset;display: flex;align-items: center;justify-content: space-between;height: 48px;
	}
	.header-nav li h4 a{width: 80%;float: unset;color: #fff;font-size: 14px;line-height: 22px;}
	.header-nav i{
		display: block;
		width: 48px;
		height: 48px;
		background: url(../images/icon-down01.png) no-repeat center;
		background-size: 16px;
		/* transform: rotate(-90deg); */
	}
	
	.ulone{padding: 0 0 0 20px;}
	.ultwo{padding-left:20px ;}
	.ultwo a{display: block;width: 100%;font-size: 12px;line-height: 28px;color: #fff;}
}
